PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.richmedia Package / PDFRichMediaAsset Class / setName Method
The asset name.
In This Topic
    setName Method
    In This Topic
    Sets the name of the asset.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The asset name.
    Exceptions
    ExceptionDescription
    When name is null or empty.
    See Also